home *** CD-ROM | disk | FTP | other *** search
- object frmAbout: TfrmAbout
- Left = 253
- Top = 149
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 265
- ClientWidth = 337
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object lblTitle: TLabel
- Left = 8
- Top = 8
- Width = 321
- Height = 16
- Alignment = taCenter
- AutoSize = False
- Caption = 'Version Resource Component'
- end
- object lblCopyright: TLabel
- Left = 8
- Top = 32
- Width = 321
- Height = 16
- Alignment = taCenter
- AutoSize = False
- Caption = 'Copyright � Columbus Circle Investors 1995'
- end
- object imgLogo: TImage
- Left = 152
- Top = 56
- Width = 32
- Height = 32
- Picture.Data = {<image000.bmp>}
- end
- object btbtnOK: TBitBtn
- Left = 124
- Top = 224
- Width = 89
- Height = 33
- TabOrder = 0
- Kind = bkOK
- end
- object mmoDisclaimer: TMemo
- Left = 8
- Top = 96
- Width = 321
- Height = 121
- Lines.Strings = (
- 'Columbus Circle Investors makes no claims as '
- 'to the capabilities of this component. Columbus '
- 'Circle Investors cannot be held liable for any '
- 'use or misuse of this product.'
- ''
- 'Columbus Circle Investors freely releases this '
- 'product to the public domain.')
- ReadOnly = True
- TabOrder = 1
- end
- end
-